home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_1174 / PlaceObject2_112_44 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2011-10-17  |  110 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    timer--;
  3.    if(timer < 0)
  4.    {
  5.       _root.gotoAndStop(_root.next);
  6.    }
  7. }
  8.